410368
@@ -2634,7 +2634,12 @@
public class HMaster extends HRegionServer implements MasterServices {
       LOG.fatal("Master server abort: loaded coprocessors are: " +
           getLoadedCoprocessors());
     }
-    if (t != null) LOG.fatal(msg, t);
+    if (t != null) {
+      LOG.fatal(msg, t);
+    } else {
+      LOG.fatal(msg);
+    }
+
     try {
       stopMaster();
     } catch (IOException e) {
